![]() |
ShowFloatingWindows |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Shows an application’s floating windows.
OSStatus ShowFloatingWindows ();
A result code. errFloatingWindowsNotInitialized (-5609) if you have not called InitFloatingWindows prior to ShowFloatingWindows; otherwise noErr (0).
When your application receives a suspend event, it must hide any visible floating windows. When your application receives a resume event, it must make its floating windows visible again.
See also the function HideFloatingWindows.
You must call the function InitFloatingWindows prior to calling ShowFloatingWindows.
The ShowFloatingWindows function operates only upon windows created with the kFloatingWindowClass constant; see
This function is supported with Mac OS 8.6 and later.
Supported in Carbon. Available in CarbonLib 1.0 and later when WindowsLib 8.5 or later is installed. Exported by CarbonLib 1.0 and later and by WindowsLib 8.5 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)